/* 主要样式 */
@font-face {
    font-family: 'CenturyGothicStd-Bold';
    src: url('../fonts/centurygothicstd-bold.eot');
    src: url('../fonts/centurygothicstd-bold.woff2') format('woff2'),
    url('../fonts/centurygothicstd-bold.woff') format('woff'),
    url('../fonts/centurygothicstd-bold.ttf') format('truetype'),
    url('../fonts/centurygothicstd-bold.svg#centurygothicstd-bold') format('svg'),
    url('../fonts/centurygothicstd-bold.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BEBAS';
    src: url('../fonts/bebas.eot');
    src: url('../fonts/bebas.eot') format('embedded-opentype'),
    url('../fonts/bebas.woff2') format('woff2'),
    url('../fonts/bebas.woff') format('woff'),
    url('../fonts/bebas.ttf') format('truetype'),
    url('../fonts/bebas.svg#bebas') format('svg');
}

@font-face {
    /* 1.注意font-family:icomoon */
    font-family: 'icomoon';
    /* 2.注意路径! */
    src: url('../fonts/icomoon.eot');
    src: url('../fonts/icomoon.eot') format('embedded-opentype'),
    url('../fonts/icomoon.ttf') format('truetype'),
    url('../fonts/icomoon.woff') format('woff'),
    url('../fonts/icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background: #e6eaf2;
    font-family: MicrosoftYaHei;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: #035cac;
    text-decoration: none;
}

.fa {
    font-size: 16px;
}

.clear-float::after {
    content: '';
    display: block;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.por {
    position: relative;
}

.text-center {
    text-align: center;
}

.overHidden {
    overflow: hidden;
}

.transition-1s {
    transition: all 1s;
}

img:hover {
    transform: scale(1.2);
}

img.noScale:hover {
    transform: none;
}

.top {
    height: 39px;
    line-height: 39px;
    background: #e6eaf2;
    color: #0c2243;
    font-size: 11px;
    font-weight: 400;
    font-family: MicrosoftYaHei;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.w785 {
    width: 78.5%;
    margin: 0 auto;
}

.w100 {
    width: 100%;
}

.w60 {
    width: 60%;
    margin: 0 auto;
}

.w588 {
    width: 58.8%;
    margin: 0 auto;
}

.webkit-line-clamp-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.text_1 {
    height: 16px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-family: MicrosoftYaHeiLight;
    text-align: left;
    white-space: nowrap;
    line-height: 12px;
}

.nav {
    background: #5b5b5b;
    height: 77px;
    font-size: 16px;
    font-family: MicrosoftYaHeiLight;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 13px;
}

.nav .main-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    height: 77px;
}

.nav .main-content a, .nav .main-content a:hover {
    color: white;
}

.nav .main-content .logo {
    width: 7.5rem;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.nav .main-content .nav-ul {
    flex: 1;
    text-align: center;
}

.nav .main-content .nav-ul li {
    display: inline-block;
    line-height: 77px;
}

.nav .main-content .nav-ul li a {
    display: inline-block;
    padding: 0 18px;
}

.nav .main-content .language {
    width: 20%;
    line-height: 77px;
}

.language-main {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

/* 导航 */
.navs > ul {
    display: inline-block;
    height: 50px;
    width: 100%;
    text-align: center;
}

.navs > ul > li {
    display: inline-block;
    margin: 0;
    padding: 0;
    height: 50px;
    font-size: 22px;
    color: #eee;
    width: 8%;
    transition: color 0.5s;
}

.navs > ul > li:hover, .navs > ul > li.active {
    color: #1C95C8;
}

.navs a {
    display: block;
}

.navs .menu-container {
    position: relative;
    overflow: hidden;
    top: -3px;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 999999;
}

.navs .menu-container.open {
    height: 243px;
}

.navs .menu-bg {
    position: absolute;
    width: 100%;
    height: 243px;
    top: -243px;
    left: 0;
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    -ms-transition: top 0.3s;
    -o-transition: top 0.3s;
    transition: top 0.3s;
    background: #eaeaea;
    font-size: 13px;
    font-family: MicrosoftYaHeiLight;
    font-weight: 400;
    color: #000000;
}

.navs .menu-bg.open {
    top: 0;
}

.navs .menu {
    width: 100%;
    height: 243px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.navs .menu .scroll {
    width: auto;
    height: 243px;
    position: absolute;
    left: 0;
    top: 0;
}

.navs .menu .scroll .plate {
    height: 243px;
}

.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

.navs .menu .scroll .plate .flex .left,
.navs .menu .scroll .plate .flex .right {
    flex: 1;
    height: 243px;
    overflow: hidden;
}

.navs .menu .scroll .plate .flex .left {
    border-right: 1px solid #aaaaaa;
}

.navs .menu .scroll .plate .flex .right {
    padding-left: 36px;
}

.navs .menu .scroll .plate .flex .sub-nav-title {
    height: 14px;
    font-size: 13px;
    font-family: MicrosoftYaHeiLight;
    font-weight: 400;
    color: #000000;
    line-height: 13px;
    padding-top: 25px;
    padding-bottom: 25px;
    text-indent: 35px;
}

.navs .menu .scroll .plate .flex .sub-img-wrap {
    width: 388px;
    height: 171px;
    padding-left: 20%;
    overflow: hidden;
}

.navs .menu .scroll .plate .flex .sub-nav-img {
    max-width: 388px;
    height: 171px;
    transition: all 1s;
}

.language-main .language-main a {
    position: relative;
}

.menu-search {
    display: none;
}

/* 幻灯片 */
.banner_index {
    position: relative;
}

.banner_index .swiper-slide {
    position: relative;
}

.banner_index .swiper-slide img {
    width: 100%;
}

.banner_index .swiper-slide video {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    object-fit: cover;
}

/* 视频添加蒙版 */
.banner-text-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 99999;
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 24px;
    text-align: center;
    z-index: 9999;
    width: 90%;
}

/* banner图片 */
.banner-text-title {
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(255, 255, 255);
    font-size: 20px;
    line-height: 1.2;
    --fontSize: 80;
    --typography_sensitivity: 1;
}

.banner-text-desc {
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 1.58;
    --fontSize: 24;
    --typography_sensitivity: 1;
}

/* 优势 */
.advantage {
    margin-top: 50px;
}

.advantage-sub-title {
    font-size: 13px;
    font-family: MicrosoftYaHeiLight;
    font-weight: 400;
    color: #333333;
}

.hr hr {
    width: 50px;
    height: 4px;
    margin: 15px auto 46px;
    background: #2791e5;
}

.advantage-sub-description {
    font-size: 22px;
    font-family: MicrosoftYaHeiLight;
    font-weight: 400;
    color: #333333;
}

.w51 {
    width: 51%;
    margin: 0 auto;
}

.advantage .flex {
    margin-top: 54px;
    flex-wrap: wrap;
}

.advantage .flex .item {
    width: 100%;
    margin-bottom: 40px;
}

.item-img-wrap {
    display: flex;
    height: 120px;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.w51.flex .item .item-img-wrap {
    margin-bottom: 10px;
}

.item-img-wrap:hover .item-img-wrap-img {
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 1.5s;
}

.item-img-wrap .item-img-wrap-img {
    width: 118px;
    height: 120px;
}

.item-img-desc h3 {
    height: 40px;
    font-size: 22px;
    font-family: MicrosoftYaHeiLight;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    margin-top: 10px;
}

.item-img-desc p {
    font-size: 13px;
    font-family: MicrosoftYaHeiLight;
    font-weight: 400;
    color: #625F5F;
    line-height: 32px;
}

.advantage-bottom {
    width: 90%;
    font-size: 13px;
    font-family: MicrosoftYaHeiLight;
    font-weight: 400;
    color: #625F5F;
    margin: 30px auto 36px;
    line-height: 28px;
}

.advantage-bottom p.second {
    margin-top: 36px;
}

.advantage-three.flex {
    width: 100%;
    justify-content: center;
}

.advantage-three-item {
    overflow: hidden;
    position: relative;
}

.advantage-three-item-desc p {
    margin-bottom: 15px;
}

.advantage-three-item img, .img-wrap img {
    transition: all 1s;
    width: 100%;
}

.advantage .noMarginTop {
    margin-top: 0;
}

.three-first .advantage-three-item:nth-child(2n+1) .advantage-three-item-desc,
.three-second .advantage-three-item:nth-child(2n) .advantage-three-item-desc {
    color: #FFFFFF;
}

.three-second .advantage-three-item:nth-child(2n+1) .advantage-three-item-desc {
    color: #747474;
}

.three-second {
    margin-bottom: 30px;
}

.product-sub-title {
    font-size: 16px;
    font-family: MicrosoftYaHeiLight;
    font-weight: 400;
    color: #333333;
    margin-top: 50px;
}

.product-flex-item .img-wrap {
    width: 100%;
    height: 268px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
}

.product-sub-description {
    font-size: 22px;
    font-family: MicrosoftYaHeiLight;
    font-weight: 400;
    color: #333333;
}

.product hr {
    height: 5px;
}

.product-flex {
    margin: 48px auto 0;
    justify-content: center;
    flex-wrap: wrap;
}

.product-flex-item {
    width: 100%;
    margin: 0;
    background: #FFFFFF;
}

.product-flex-item .img-desc {
    background: #f6f6f6;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #333333;
    line-height: 24px;
    padding: 20px 15px 15px;
}

.product-flex-item .img-desc .img-desc-title {
    height: 48px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}

.product-flex-item .img-desc .img-desc-button {
    padding-top: 20px;
    font-size: 12px;
    letter-spacing: 1px;
}

.key-products {
    width: 100%;
    background: #FFFFFF;
    margin-top: 38px;
}

.key-product .title {
    color: #555555;
    font-size: 16px;
    font-family: arial, helvetica, sans-serif;
    letter-spacing: 1px;
    line-height: 32px;
}

.key-product.flex {
    flex-wrap: wrap;
}

.key-product.flex:nth-of-type(1) {
    margin-bottom: 25px;
}

.key-product .flex-item {
    width: 100%;
    position: relative;
}

.key-product .flex-item .flex-item-wrap {
    width: 74%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.key-product .flex-item .flex-item-wrap .name {
    padding-top: 45px;
    padding-bottom: 45px;
}

.key-product .flex-item .flex-item-wrap .name strong {
    font-size: 30px;
}

.key-product .flex-item .flex-item-wrap .name span {
    font-size: 13px;
}

.key-product .flex-item .flex-item-wrap .desc {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: 400;
}

.key-product .flex-item .flex-item-wrap .button {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 400;
    background: #aaaaaa;
    border-color: #000000;
    border-radius: 20px;
    margin-top: 25px;
    color: #FFFFFF;
    padding: 11px 23px;
}

.key-product .flex-item .flex-item-wrap .button:hover,
.key-product .flex-item .flex-item-wrap .button:hover a:hover,
.key-products-more:hover {
    background: #2791e5;
    color: #FFFFFF;
}

.key-product .flex-item .img-wrap {
    overflow: hidden;
}

.key-product .flex-item .img-wrap img {
    width: 100%;
    height: 100%;
}

.key-products-more {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #FFFFFF;
    background: #777777;
}

/* 与世界分享 */
.num-box {
    position: relative;
    padding: 25px 0;
    background: #035cac;
}

.world-title {
    font-size: 22px;
    font-family: MicrosoftYaHeiLight;
    font-weight: 400;
    color: #333333;
    line-height: 100px;
    background: #e6eaf2;
    letter-spacing: 1px;
}

.num-box .item {
    position: relative;
    width: 50%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 10px;
}

.num-box .item:nth-child(1),
.num-box .item:nth-child(2) {
    margin-bottom: 30px;
}

.num-box .flex {
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
}

.num-box .item .num {
    line-height: 70px;
    font-size: 40px;
    font-family: "CenturyGothicStd-Bold";
    font-weight: normal;
    color: #FFFFFF;
}

.num-box .item .num em {
    font-size: 40px;
    line-height: 50px;
    font-style: normal;
    position: relative;
    top: -2px;
}

.num-box .item .desc {
    font-size: 13px;
    font-family: MicrosoftYaHeiLight;
    font-weight: 400;
    color: #FEFEFE;
}

.num-box .item i {
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 85px;
    background: url("../images/num-divide.png") no-repeat center;
    margin-top: -43px;
}

.num-box .item:last-child i {
    background: none;
}

#mobile-for-key-product {
    display: flex;
}

#pc-for-key-product {
    display: none;
}

.world-box {
    display: none;
    padding: 85px 0 0;
    background: #f5f5f5;
}

.world-map {
    width: 860px;
    height: 510px;
}

.world-box .box {
    position: absolute;
}

.world-box .box .hover {
    display: none;
}

.world-box .dot-box {
    position: relative;
    width: 13px;
    height: 13px;
}

.world-box .dot {
    position: absolute;
    left: 0;
    top: 0;
    width: 13px;
    height: 13px;
    background: url("../images/blue-point.png") no-repeat center;
    z-index: 30;
}

.world-box .pulse {
    display: none \9;
    position: absolute;
    width: 13px;
    height: 13px;
    left: 50%;
    top: 50%;
    border: 13px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    margin: -20px 0 0 -19px;
    -webkit-animation: warn 2s ease-out;
    -moz-animation: warn 2s ease-out;
    animation: warn 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/* @media all and (min-width:0){
 	.world-box .pulse{
 		display: block\9;
 	}
 }*/
@keyframes warn {
    0% {
        transform: scale(0);
        opacity: 0.0;
    }
    25% {
        transform: scale(0);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.0;
    }
}

@-webkit-keyframes "warn" {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -webkit-transform: scale(0);
        opacity: 0.1;
    }
    50% {
        -webkit-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

.world-box .box1 {
    width: 34px;
    left: 585px;
    top: 170px;
    text-align: center;
}

.world-box .box2 {
    right: 135px;
    top: 150px;
}

.world-box .box3 {
    right: 165px;
    top: 190px;
}

.world-box .box4 {
    right: 168px;
    top: 237px;
}

.world-box .box5 {
    right: 190px;
    top: 275px;
}

.world-box .box6 {
    right: 115px;
    top: 205px;
}

.world-box .box7 {
    right: 118px;
    top: 225px;
}

.world-box .box8 {
    right: 140px;
    top: 255px;
}

.world-box .box9 {
    right: 185px;
    top: 318px;
    width: 40px;
}

.world-box .box10 {
    right: 565px;
    top: 345px;
    width: 30px;
}

.world-box .box11 {
    right: 98px;
    top: 307px;
    width: 30px;
}

.world-box .box12 {
    right: 178px;
    top: 215px;
    width: 67px;
}

.world-box .box1 {
    text-align: center;
}

.world-box .box1 .dot-box {
    width: 24px;
    height: 24px;
    margin: 0 auto;
}

.world-box .box1 .dot-box .dot {
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 24px;
    background: url("../images/china-point.png") no-repeat center;
}

.world-box .box1:hover .dot-box .dot {
    background: url("../images/china-point.png") no-repeat center;
}

.world-box .box2,
.world-box .box3,
.world-box .box4,
.world-box .box5 {
    width: 55px;
}

.world-box .box2 .dot-box,
.world-box .box3 .dot-box,
.world-box .box4 .dot-box,
.world-box .box5 .dot-box,
.world-box .box12 .dot-box {
    float: right;
    /*margin: 7px 0 0 2px;*/
}

.world-box .box2 .txt-box,
.world-box .box3 .txt-box,
.world-box .box4 .txt-box,
.world-box .box5 .txt-box,
.world-box .box12 .txt-box {
    float: right;
    margin: -7px 2px 0 0;
}

.world-box .box6 .dot-box,
.world-box .box7 .dot-box,
.world-box .box8 .dot-box {
    float: left;
    margin: 7px 2px 0 0;
}

.world-box .box6 .dot-box .pulse,
.world-box .box7 .dot-box .pulse,
.world-box .box8 .dot-box .pulse {
    -webkit-animation: warn 2.5s ease-out;
    -moz-animation: warn 2.5s ease-out;
    animation: warn 2.5s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.world-box .box6 .txt-box,
.world-box .box7 .txt-box,
.world-box .box8 .txt-box {
    float: left;
}

.world-box .box9 .dot-box,
.world-box .box10 .dot-box,
.world-box .box11 .dot-box {
    margin: 0 auto;
}

.world-box .box9 .dot-box .pulse,
.world-box .box10 .dot-box .pulse,
.world-box .box11 .dot-box .pulse {
    margin: -20px 0 0 -20px;
    -webkit-animation: warn 1.5s ease-out;
    -moz-animation: warn 1.5s ease-out;
    animation: warn 1.5s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.world-box .box9 .txt-box {
    line-height: 18px;
}

.world-box .box a {
    display: block;
}

.world-box .box .dialog {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 34px;
    width: 218px;
    padding: 15px 20px 10px;
    margin-left: -129px;
    background: url("../images/dialog-bg.png");
    z-index: 33;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .29);
    transition: all .3s linear;
}

.world-box .box1 .dialog {
    bottom: 65px;
}

.world-box .box9 .dialog,
.world-box .box10 .dialog,
.world-box .box11 .dialog {
    bottom: 50px;
}

.world-box .box .dialog h3 {
    font-size: 16px;
    color: #035cac;
    font-weight: bold;
}

.world-box .box .dialog .con {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    margin: 5px 0 0;
}

.world-box .box .dialog .arrow {
    position: absolute;
    left: 50%;
    bottom: -11px;
    *bottom: -10px;
    width: 21px;
    height: 11px;
    margin-left: -10px;
    background: url("../images/dialog-arrow.png") no-repeat center;
    *background: url("../images/dialog-arrow2.png") no-repeat center;
}

.world-box .box:hover {
    z-index: 33;
}

.world-box .box:hover .init {
    display: none;
}

.world-box .box:hover .hover {
    display: block;
}

.world-box .box:hover .dialog {
    display: block;

}

.world-box .box:hover .dot {
    background: url("../images/red-point.png") no-repeat center;
}

.world-box .con-box {
    width: 310px;
    margin: 20px 0 0;
}

.world-box .con-box .con-top .item {
    padding-left: 65px;
    width: 260px;
}

.world-box .con-box .con-top .item > div {
    float: left;
}

.world-box .con-box .con-top .item {
    background-size: 49px 43px;
    background-repeat: no-repeat;
    background-position: left 3px;
    margin-bottom: 40px;
}

.world-box .con-box .con-top .item1 {
    background-image: url("../images/world4.png");
}

.world-box .con-box .con-top .item2 {
    background-image: url("../images/world-icon2.png");
}

.world-box .con-box .con-top .item3 {
    background-image: url("../images/world-icon3.png");
}

.world-box .con-box .con-top .item .num {
    font-size: 44px;
    font-family: "BEBAS";
    color: #0c65b2;
    line-height: 42px;
}

.world-box .con-box .con-top .item .txt {
    float: right;
    font-size: 14px;
    color: #747474;
    line-height: 24px;
    width: 155px;
}

.world-box .con-box .text {
    padding-top: 20px;
    border-top: 1px solid #e2e2e2;
    margin: 30px 0 0;
    font-size: 14px;
    color: #747474;
    line-height: 28px;
}

.world-bottom {
    height: 40px;
    margin-bottom: 40px;
    background: #FFFFFF;
}

.news {
    flex-wrap: wrap;
}

.news-mobile {
    display: flex;
}

.news-pc {
    display: none;
}

.news .flex.w785 {
    width: 100%;
    flex-wrap: wrap;
}

.news-item {
    width: 100%;
    padding: 30px;
    background: #FFFFFF;
    margin-bottom: 40px;
    box-sizing: border-box;
}

.news-mobile .news-item {
    flex-wrap: wrap;
}

.news-mobile .left,
.news-item .right {
    width: 100%;
}

.news-item .left {
    text-align: center;
}

.news-item .right img {
    margin: auto;
}

.news-item .date {
    font-size: 13px;
    font-family: MicrosoftYaHeiLight;
    font-weight: 400;
    color: #222222;
    margin-top: 10px;
    margin-bottom: 35px;
}

.news-mobile .news-item .date {
    margin-top: 25px;
}

.news-item .title {
    font-family: MicrosoftYaHeiLight;
    font-weight: 400;
    line-height: 1.8;
    font-size: 16px;
    color: #333;
    max-width: none;
    margin-bottom: 30px;
}

.news-item .button a {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
    width: auto;
    border-radius: 4px;
    padding: 8px 16px;
    background_radio: 2;
    border_radio: 1;
    font_radio: 2;
    radius_radio: 1;
    border: 1px solid #035cac;
    background-color: rgba(255, 255, 255, .02);
    color: #666;
}

.news-item .button a:hover {
    background: #035cac;
    color: #FFFFFF;
}

.footer {
    background: #035cac;
    color: #FFFFFF;
    padding: 20px 0;
    font-size: 14px;
}

.footer .w60 {
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
}

.footer .w60 .left,
.footer .w60 .right {
    width: 100%;
}

.footer .right {
    justify-content: center;
    margin-top: 20px;
}

.footer p {
    margin-bottom: 10px;
}

.footer .w60.tag {
    margin-top: 35px;
}

.footer .link {
    margin-top: 10px;
}

.footer a,
.footer a:hover {
    color: #FFFFFF;
}

.footer a:hover {
    text-decoration: underline;
}

.pc {
    display: none;
}

.mobile-navs {
    background: #5b5b5b;
    padding: 20px 30px;
}

.mobile-navs .flex {
    align-items: center;
}

.mobile-navs .right span {
    font-family: "icomoon";
    font-size: 21px;
    color: #FFFFFF;
    margin: 0 8px;
    cursor: pointer;
}

.mobile-navs .right span.icon-search {
    font-size: 19px;
}

.icon-search:before {
    content: "\e986";
}

.icon-menu:before {
    content: "\e9bd";
}

.fusion-mobile-menu-search {
    margin-top: 15px;
    display: none;
}

.fusion-search-form-content {
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.fusion-search-form-content .fusion-search-field {
    flex-grow: 1;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.search-field label {
    width: 100%;
}

.fusion-search-field input {
    background-color: #fff;
    border: 1px solid #d2d2d2;
    color: #747474;
    font-size: 13px;
    height: 33px;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    outline: 0;
    border-radius: 6px;
    padding: 8px 15px 8px 38px;
}

.fusion-search-button, .fusion-close-button {
    position: absolute;
}

.fusion-close-button {
    right: 0;
}

.fusion-mobile-nav-holder {
    display: none;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 15px;
}

.fusion-search-button input, .fusion-close-button input {
    font-family: "icomoon";
    width: 38px;
    height: 38px;
    font-size: 14px;
    border: 0;
    cursor: pointer;
    background: transparent;
    color: #5b5b5b;
}

.fusion-close-button input {
    font-size: 12px;
}

.fusion-header {
    --top-bar-height: calc(50px / 2);
}

.fusion-mobile-nav-item {
    position: relative;
    font-size: 12px;
    line-height: normal;
}

.fusion-mobile-nav-item a {
    padding: 0 12px 0 30px;
    font-size: 14px;
    letter-spacing: 0;
    /*background-color: #FFFFFF;*/
    height: 60px;
    line-height: 60px;
    text-align: left;
    display: block;
    border-bottom: 1px solid #e2e2e2;
    color: #212934;
}

.fusion-mobile-nav-holder > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #FFFFFF;
}

.fusion-open-submenu:before {
    display: block;
    margin: 0;
    content: "\ea0a";
    font-family: "icomoon";
}

.fusion-open-submenu {
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0;
    background: 0 0;
    min-width: 50px;
    border: none;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #4a4e57;
}

.fusion-mobile-menu-text-align-left .fusion-open-submenu {
    right: 0;
}

.fusion-mobile-menu-text-align-left li.fusion-mobile-nav-item li a {
    padding-left: 39px;
}

/* 内页 */
.inner .breadcrumb .left {
    font-size: 16px;
    font-family: MicrosoftYaHeiLight;
    font-weight: 400;
    color: #333333;
}

.inner .breadcrumb .right {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #333333;
}

.inner .product-list .w100 {
    padding-top: 18px;
    padding-bottom: 33px;
}

.fusion-sep-clear {
    clear: both;
    display: block;
    height: 1px;
    font-size: 0;
    line-height: 0;
    width: 100%;
    overflow: hidden;
    background: #e0dede;
    margin: 0 auto;
    margin-top: 9px;
    margin-bottom: 25px;
}

.inner-content .w785 {
    width: 100%;
}

h1 {
    font-size: 22px;
    font-family: Microsoft YaHei;
    color: #333333;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    font-style: normal;
    padding-top: 80px;
    padding-bottom: 67px;
}

.inner-content-product-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}

.inner-content-product-list {
    margin-left: 0;
    margin-right: 0;
}

.inner-content-product-list .product-flex-item {
    width: 100%;
    margin-bottom: 20px;
    background: #e0dede;
}

/* 分页 */
.pagination {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 16px;
    text-align: center;
    font-size: 12px;
    display: block;
    background: #FFFFFF;
}

.pagination ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0
}

.pagination ul > li {
    display: inline
}

.pagination ul > li > a, .pagination ul > li > span {
    margin: 0 2px;
    float: left;
    padding: 5px 12px;
    background-color: #ddd;
    color: #666;
    border-radius: 2px;
    opacity: .88
}

.pagination ul > li > a:hover, .pagination ul > li > a:focus {
    opacity: 1
}

.pagination ul > .active > a, .pagination ul > .active > span {
    background-color: #035cac;
    color: #fff
}

.pagination ul > .active > a, .pagination ul > .active > span {
    cursor: default
}

.pagination ul > li > span, .pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
    color: #999999;
    background-color: transparent;
    cursor: default
}

/* 横向导航 */
.row-navs,
.inner-info {
    background: #e6eaf2;
}

.row-navs {
    justify-content: center;
}

.row-navs .flex {
    position: relative;
    margin: -50px auto 0;
    z-index: 9999;
    justify-content: center;
}

.row-navs button {
    width: 248px;
    height: 75px;
    background: #FFFFFF;
    border: none;
    display: inline-block;
    border-right: 1px solid #eeeeee;
    cursor: pointer;
}

.row-navs button:first-of-type {
    border-radius: 10px 0 0 10px;
}

.row-navs button:last-of-type {
    border-radius: 0 10px 10px 0;
    border-right: none;
}

.inner-info {
    padding-top: 30px;
    padding-bottom: 30px;
}

.inner-info p {
    margin-top: 0;
    margin-bottom: 20px;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}

/* 按钮特效 */
.row-navs button:hover {
    background: #035cac;
    color: #FFFFFF;
    /*box-shadow: 0 0 50px #035cac;*/
}

.font-bold {
    font-weight: 700;
}

.w80 {
    width: 80%;
    margin: 0 auto;
}

.inner-content-main {
    font-size: 14px;
    line-height: 38px;
    padding-bottom: 38px;
    color: #625F5F;
    overflow: hidden;
}

.inner-content-main img {
    margin: 20px auto 0;
    display: block;
    max-width: 100%;
    height: auto !important;
}

.inner-content-main img:hover {
    transform: none;
}

.breadcrumb {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #625F5F;
}

.breadcrumb a {
    color: #625F5F;
}

.relate-title {
    align-items: center;
    margin-bottom: 30px;
}

.relate-title h3 {
    color: #333333;
    font-size: 22px;
    font-weight: 400;
}

.relate-title .title-sep-container {
    position: relative;
    height: 6px;
    flex-grow: 1;
}

.relate-title .title-sep {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: content-box;
    border: 0 solid #e0dede;
    border-bottom-width: 1px;
}

.relate-info {
    flex-wrap: wrap;
    padding-bottom: 20px;
}

.relate-info .product-flex-item {
    margin-bottom: 20px;
}

.channel-list-inner h1 span {
    border-bottom: 2px solid #035cab;
    padding-bottom: 10px;
    display: inline-block;
}

.channel-list-inner .channel-list-inner-content .channel-list-wrap {
    flex-wrap: wrap;
}

.channel-list-inner .channel-list-inner-content .channel-list-wrap .news-item {
    align-items: center;
}

.channel-list-inner .channel-list-inner-content .channel-list-wrap .news-item .right {
    flex-direction: column;
    align-items: flex-start;
}

/* channel-list 页面 */
.channel-list-wrap .news-item {
    margin-bottom: 12px;
    border: 1px solid #dadada;
    transition: all .3s linear;
}

.channel-list-wrap .news-item .left {
    width: 309px;
    height: 179px;
}

.channel-list-wrap .news-item .left img {
    width: 100%;
    height: 100%;
    transition: all .3s linear;
}

.channel-list-wrap .news-item .right {
    flex: 1;
    margin-left: 28px;
}

.channel-list-wrap h4 {
    font-size: 20px;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .3s linear;
    font-weight: 400;
}

.channel-list-wrap h4 a {
    color: #333333;
}

.channel-list-wrap .news-item .right .date {
    font-size: 12px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    margin-top: 6px;
    margin-bottom: 1px;
}

.channel-list-wrap .news-item .right .desc {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #777;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    transition: all .3s linear;
    margin-top: 2px;
}

.channel-list-wrap .news-item .right .button {
    margin-top: 25px;
}

.channel-list-wrap .news-item .right .button a {
    width: 148px;
    line-height: 39px;
    padding: 0;
    background: #035cac;
    color: #FFFFFF;
    border-radius: 20px;
    display: block;
}

.channel-list-wrap .news-item:hover {
    background: #035cac;
    border-color: #035cac;
}

.channel-list-wrap .news-item:hover h4,
.channel-list-wrap .news-item:hover h4 a,
.channel-list-wrap .news-item:hover .date,
.channel-list-wrap .news-item:hover .desc {
    color: #fff;
}

.channel-list-wrap .news-item:hover .button a {
    background: #fff;
    color: #333333;
}

.channel-list-wrap .news-item:hover img {
    transform: scale(1.1);
}

.channel-list-wrap .news-item:hover a:hover {
    color: #FFFFFF;
}

.channel-list-wrap .news-item:hover .button a:hover {
    color: #333333;
}

/* 详情页 */
.info .inner-content h1 {
    padding-bottom: 6px;
}

.info .inner-content .time {
    font-size: 14px;
    color: #666666;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 18px;
    padding-bottom: 14px;
}

.ctrl-box {
    padding-top: 38px;
    padding-bottom: 70px;
    border-top: 1px solid #d2d2d2;
}

.ctrl-box a {
    display: block;
    font-size: 14px;
    color: #777777;
    line-height: 30px;
}

.ctrl-box .ctrl a:hover {
    color: #035cac;
}

.ctrl-box .back {
    width: 148px;
    height: 40px;
    background: #035cac;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #035cac;
    margin-top: 6px;
    transition: all .3s linear;
}

.channel-list-inner-content {
    padding-bottom: 40px;
}

/* 搜索框 */
.fusion-page-title-secondary {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 112px;
}

.fusion-page-title-secondary .searchform {
    display: inline-block;
    width: 100%;
    max-width: 250px;
    margin-top: 10px;
}

.searchform .fusion-search-form-content {
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.searchform .fusion-search-form-content .fusion-search-field {
    flex-grow: 1;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.fusion-search-field input {
    padding-left: 38px;
    background-color: #ffffff;
    font-size: 14px;
    color: #9ea0a4;
    border-width: 1px 1px 1px 1px;
    border-color: #e2e2e2;
    border-radius: 6px;
}

/* 工程案例 */
.channel-project.inner {
    background: #FFFFFF;
    padding-bottom: 50px;
}

.channel-project h1 {
    padding-bottom: 0;
}

.channel-project .news-item {
    margin-bottom: 0;
}

.channel-project .news-item .flex {
    width: 80%;
    margin: 0 auto;
    align-items: center;
    justify-content: inherit;
}

.channel-project .img-wrap {
    width: 37.6%;
    margin-right: 4%;
    margin-top: 0;
    margin-bottom: 0;
}

.channel-project .news-item:nth-of-type(2n) {
    background: #e6eaf2;
}

.channel-project .news-item:nth-of-type(2n) .img-wrap {
    margin-right: 0;
    margin-left: 4%;
}

.channel-project .img-info {
    flex: 1;
}

.channel-project .img-info h3 {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #000000;
    margin-bottom: 26px;
}

.news-hr {
    width: 30px;
    height: 0;
    border: none;
    border-bottom: 1px solid #f41000;
    margin-bottom: 27px;
}

.channel-project .img-info h2 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #383333;
    margin-bottom: 33px;
}

.channel-project .img-info .desc {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #666666;
    overflow: hidden;
    margin-bottom: 21px;
}

.channel-project .img-info .news-equipment,
.channel-project .img-info .view {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #000000;
}

.channel-project .img-info .news-equipment {
    margin-bottom: 35px;
}

/* 项目内页 */
.project-info {
    background: #FFFFFF;
}

.other-content {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 80px;
}

.other-content p {
    margin-bottom: 20px;
}

.other-content .yixin-scontent {
    border-bottom: 1px solid #e0dede;
    padding-bottom: 13px;
}

.other-content .yixin-scontent p {
    font-size: 17px;
}

.other-content .yixin-service {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #333333;
    line-height: 28px;
}

.other-content .project-name,
.other-content .equipment-type,
.other-content .construction-unit {
    padding-top: 15px;
    border-bottom: 1px solid #e0dede;
}

/* 搜索结果 */
.channel-project.search-inner .news-item:nth-of-type(2n) .img-wrap {
    margin-left: 0;
    margin-right: 4%;
}

.channel-project.search-inner .img-wrap {
    width: auto;
}

.channel-project.search-inner .news-item .img-wrap img {
    width: 320px;
    height: 202px;
}

.channel-project.search-inner .img-info .desc {
    margin-bottom: 39px;
}

/*高德地图*/
.mapBox {
    flex: 1;
    height: 340px;
    margin: 13px auto;
}

@media (max-width: 1199px) {
    .hidden-xs {
        display: none !important;
    }

    /* 内页 */
    .inner .product-list .w100 .flex {
        flex-wrap: wrap;
    }

    .inner .inner-content .w80 {
        width: 100%;
    }

    .inner .inner-content .w80 .breadcrumb,
    .inner .inner-content .w80 h1,
    .inner .inner-content .w80 .inner-content-main,
    .inner .inner-content .relate-title {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    .inner .inner-content .w80 h1 {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .inner.info .inner-content .w80 h1 {
        padding-bottom: 0;
    }

    .inner .breadcrumb {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .hidden-xs-for-flex {
        display: none !important;
    }

    /* 列表页 */
    .channel-list-inner .w80 {
        width: 100%;
    }

    .channel-list-wrap .news-item {
        flex-wrap: wrap;
        padding: 0;
    }

    .channel-list-wrap .news-item .left {
        width: 100%;
        height: auto;
    }

    .channel-list-wrap .news-item .left img {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .channel-list-wrap h4 {
        overflow: inherit;
        white-space: inherit;
    }

    .channel-list-wrap .news-item .right {
        margin-left: 0;
        padding: 20px;
    }

    .channel-list-wrap .news-item .right .button a {
        margin: 0 auto;
    }

    .ctrl-box {
        flex-wrap: wrap;
        padding-left: 20px;
        padding-right: 20px;
    }

    .ctrl-box .back {
        margin: 20px auto 0;
    }

    .num-box .item .num em {
        font-size: 30px;
    }

    .channel-project h1 {
        padding-top: 20px;
    }

    .channel-project .project-list {
        width: 100%;
    }

    .channel-project .news-item .flex {
        flex-wrap: wrap;
        width: 100%;
    }

    .channel-project .img-wrap {
        width: 100%;
        margin-right: 0;
    }

    .channel-project .news-item:nth-of-type(2n) .img-wrap {
        margin-left: 0;
        margin-top: 20px;
    }

    .news-item .date,
    .news-item .time {
        margin-bottom: 20px;
    }

    .channel-project .img-info {
        text-align: center;
    }

    .fusion-page-title-secondary {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .news-hr {
        margin: 0 auto 27px;
    }

    .channel-project .news-item:nth-of-type(2n) .img-wrap,
    .channel-project .news-item:nth-of-type(2n + 1) .img-wrap {
        margin-bottom: 20px;
    }

    .other-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .inner-info.w60 {
        width: 80%;
    }

    .world-title {
        line-height: 1.6;
        padding: 30px 20px;
    }

    .advantage-three-item-desc {
        width: 84%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 13px;
        font-family: MicrosoftYaHeiLight;
        font-weight: 400;
        color: #747474;
    }
}

/* 宽度在 68.75rem 下面立刻启用手机样式, 否则导航会错乱 */
@media (min-width: 1200px) {
    html {
        font-size: 16px;
    }
    
    .main-content.w588 {
        width: 66%;
    }
    
    .navs .menu .scroll .plate .flex .sub-img-wrap {
        width: 180px;
        height: auto;
        padding-left: 20%;
        overflow: hidden;
    }

    .nav .main-content .language {
        width: 160px;
        position: relative;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .advantage .flex {
        flex-wrap: nowrap;
    }

    .advantage .flex .item {
        width: auto;
        max-width: 33.33333333%;
        min-width: 25%;
        margin-bottom: 0;
    }

    .advantage-bottom {
        width: 34%;
        margin: 116px auto 36px;
    }

    .product-flex {
        flex-wrap: nowrap;
        width: 78.5%;
        justify-content: space-between;
    }

    .news .flex.w785 {
        width: 78.5%;
    }

    .product-flex-item {
        width: calc((100% - 20px * 3) / 4);
    }

    .news .flex {
        flex-wrap: wrap;
        margin-left: 20px;
        margin-right: 20px;
    }

    .news .flex.w785 {
        flex-wrap: wrap;
    }

    .advantage-three.flex {
        width: 100%;
        justify-content: space-between;
    }

    .product-flex-item .img-desc .img-desc-title {
        text-align: center;
    }

    .key-product.flex {
        flex-wrap: nowrap;
    }

    .key-product .flex-item {
        width: 50%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }

    .num-box .item {
        width: 25%;
    }

    .num-box .flex {
        flex-wrap: nowrap;
    }

    .num-box .flex .item {
        margin-bottom: 0;
    }

    .num-box .item .num {
        font-size: 65px;
    }

    .key-product .flex-item .flex-item-wrap .name strong {
        font-size: 50px;
    }

    #mobile-for-key-product {
        display: none;
    }

    #pc-for-key-product {
        display: flex;
    }

    .news-mobile {
        display: none;
    }

    .news-pc {
        display: flex;
    }

    .pc {
        display: block;
    }

    .mobile-navs {
        display: none;
    }

    .num-box .flex {
        width: 78.5%;
        margin: 0 auto;
        flex-wrap: wrap;
    }

    .num-box .item {
        padding: 0;
    }

    .world-box {
        display: block;
    }

    .key-product.flex:nth-of-type(1) {
        margin-bottom: 0;
        align-items: initial;
    }

    .key-product.flex:nth-of-type(3) {
        align-items: initial;
    }

    .news .flex .news-item {
        width: calc(50% - 20px);
        margin-left: 0;
        margin-right: 0;
    }

    .news-item .left {
        width: 57%;
        text-align: left;
    }

    .news-item .right {
        width: 43%;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-end;
    }

    .footer .w60 {
        width: 60%;
        flex-wrap: nowrap;
    }

    .footer .w60 .left {
        width: 44%;
    }

    .footer .w60 .right {
        width: 50%;
        margin-top: 0;
    }

    .nav .main-content .ul-language {
        display: none;
        position: absolute;
        z-index: 99999;
        background: #e6eaf2;
        color: #999999;
        box-sizing: border-box;
    }

    .nav .main-content .ul-language li {
        height: 25px;
        line-height: 25px;
        background: #eaeaea;
        padding: 12px 10px;
    }

    .nav .main-content .ul-language li a,
    .nav .main-content .ul-language li a:hover {
        color: #999999;
    }

    .nav .main-content .language .language-right a {
        padding: 0 10px;
        box-sizing: border-box;
    }

    .nav .main-content .menu-search {
        height: 77px;
        line-height: 77px;
        width: 90%;
        margin-left: 25px;
    }

    .advantage-three-item {
        flex: 1;
    }

    .news-item .right img {
        margin: auto 0 auto auto;
    }

    .key-product .flex-item .flex-item-wrap {
        width: 74%;
        position: static;
        transform: none;
    }

    .key-product .flex-item .img-wrap {
        width: 100%;
    }

    /* 内页 */
    .inner {
        width: 100%;
        margin: 0 auto;
    }

    .inner .product-list .w100:nth-child(2n + 1) {
        background: #e6eaf2;
    }

    .inner .product-list .w100:nth-child(2n) {
        background: #f2f2f2;
    }

    .inner .product-list > .w100 > .flex {
        width: 80%;
        margin: 0 auto;
    }

    .inner .product-list .flex .cover {
        margin-right: 49px;
    }

    .inner .product-list .flex .sub-images {
        flex: 1;
    }

    .inner .product-list .flex .cover img {
        width: 397px;
        max-width: 397px;
        height: 514px;
    }

    .inner .product-list .flex .first-channel-wrap {
        overflow: hidden;
    }

    .inner .product-list .flex .first-channel-wrap img {
        transition: all 1s;
    }

    /* 这里放 3 张图片 */
    .inner .product-list .flex .product-flex-item {
        width: calc((100% - 20px * 3) / 3);
    }

    .hidden-xs-for-flex {
        visibility: hidden !important;
    }

    .inner-content .w785 {
        width: 100%;
    }

    .inner-content-product-list .product-flex-item {
        width: calc((100% - 20px * 3) / 4);
    }

    /* 补充 */
    .sub-nav {
        height: auto;
        border-right: 1px solid #a0a0a0;
    }

    .sub-2-nav {
        width: 50%;
    }

    .sub-3-nav {
        width: 33.333333%;
    }

    .sub-4-nav {
        width: 25%;
    }

    .navs .menu .scroll .plate .flex .sub-3-nav .sub-nav-img,
    .navs .menu .scroll .plate .flex .sub-3-nav .sub-img-wrap,
    .navs .menu .scroll .plate .flex .sub-4-nav .sub-nav-img,
    .navs .menu .scroll .plate .flex .sub-4-nav .sub-img-wrap {
        max-width: 100%;
    }

    .sub-nav:last-of-type {
        border-right: none;
    }

    .num-box .item .num {
        font-size: 50px;
    }

    /* 高德地图 */
    .flex-for-contact .info-right-content {
        width: 300px;
        align-self: center;
        margin-right: 20px;
    }

    /* banner图片 */
    .banner-text-title {
        font-size: 60px;
    }

    .banner-text-desc {
        font-size: 24px;
    }

    .advantage-three-item-desc {
        position: absolute;
        top: 0;
        left: 0;
        /*transform: translate(-50%, -50%);*/
        font-size: 13px;
        font-family: MicrosoftYaHeiLight;
        font-weight: 400;
        color: #747474;
        padding: 15%;
    }
}

@media (min-width: 1300px) {
    .main-content.w588 {
        width: 58.8%;
    }
    
    .navs .menu .scroll .plate .flex .sub-img-wrap {
        width: 388px;
        height: 171px;
    }
}

@media (min-width: 1400px) {
    .footer .w60 .left {
        width: 36%;
    }

    .footer .w60 .right {
        width: 60%;
    }
}

@media (min-width: 1700px) {
    .footer .w60 .left {
        width: 30%;
    }

    .footer .w60 .right {
        width: 70%;
    }
}
